home *** CD-ROM | disk | FTP | other *** search
/ ROM Magic / ROM Magic.iso / pc / data_07 / menu.dir / 00067.ls < prev    next >
Encoding:
Text File  |  1995-05-11  |  158 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("BtnSnd")
  3. end
  4.  
  5. on mouseUp
  6.   global myframe, mymovie
  7.   set mymovie to the movie
  8.   set myframe to the frame
  9.   go(15, "MENU.DIR")
  10. end
  11.